- access (control) algorithm
- Безопасность: алгоритм управления доступом
Универсальный англо-русский словарь. Академик.ру. 2011.
Универсальный англо-русский словарь. Академик.ру. 2011.
Control flow — Not to be confused with Flow control. In computer science, control flow (or alternatively, flow of control) refers to the order in which the individual statements, instructions, or function calls of an imperative or a declarative program are… … Wikipedia
Control table — This simple control table directs program flow according to the value of the single input variable. Each table entry holds a possible input value to be tested for equality (implied) and a relevant subroutine to perform in the action column. The… … Wikipedia
Multiple Access with Collision Avoidance for Wireless — (MACAW)[1] is a slotted Medium Access Control (MAC) protocol widely used in Ad hoc networks.[2] Furthermore, it is foundation of many other MAC protocols used in Wireless Sensor Networks (WSN).[2] The IEEE 802.11 RTS/CTS mechanism is adopted from … Wikipedia
Orthogonal frequency-division multiple access — Multiplex techniques Circuit mode (constant bandwidth) TDM · FDM · SDM Polarization multiplexing Spatial multiplexing (MIMO) … Wikipedia
Conditional access — (abbreviated CA) is the protection of content by requiring certain criteria to be met before granting access to this content. The term is commonly used in relation to digital television systems, most notably satellite television. Contents 1… … Wikipedia
Time division multiple access — This article is about the channel access method. The name TDMA is also commonly used in the United States to refer to Digital AMPS, which is an obsolete mobile telephone standard that uses TDMA to control channel access. Time division multiple… … Wikipedia
Multi-frequency time division multiple access — MF TDMA (Multi Frequency, Time Division Multiple Access) is the leading technology for dynamically sharing bandwidth resources in an over the air, two way communications network. Many variations of MF TDMA technology (including simple TDMA) exist … Wikipedia
Wireless access point — In computer networking, a wireless access point (WAP or AP) is a device that allows wireless communication devices to connect to a wireless network using Wi Fi, Bluetooth and related standards. The WAP usually connects to a wired network, and can … Wikipedia
Divide and conquer algorithm — In computer science, divide and conquer (D C) is an important algorithm design paradigm based on multi branched recursion. A divide and conquer algorithm works by recursively breaking down a problem into two or more sub problems of the same (or… … Wikipedia
Dynamic random-access memory — DRAM redirects here. For other uses, see Dram (disambiguation). Computer memory types Volatile RAM DRAM (e.g., DDR SDRAM) SRAM In development T RAM Z RAM TTRAM Historical Delay line memory Selectron tube Williams tube … Wikipedia
Non-blocking algorithm — In computer science, a non blocking algorithm ensures that threads competing for a shared resource do not have their execution indefinitely postponed by mutual exclusion. A non blocking algorithm is lock free if there is guaranteed system wide… … Wikipedia